Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move users list to administrator module #4969

Conversation

AntonKhorev
Copy link
Collaborator

I wanted to rename user_new_path, it's standard name should be new_user_path. I tried using resourceful routes but we have create action mapped to POST /user/new which is also nonstandard. Then I'd have to do both new and create actions with resourceful routes and this will want to rewrite users_path. users_path is currently mapped to admin users list. I have to rename it first which is easier to do if I move it to a different module.

@AntonKhorev AntonKhorev added the refactor Refactoring, or things that work but could be done better label Jul 9, 2024
@AntonKhorev AntonKhorev force-pushed the administrator-scope-users branch 3 times, most recently from d1a184d to 31f88e4 Compare August 24, 2024 12:06
@AntonKhorev AntonKhorev force-pushed the administrator-scope-users branch from 31f88e4 to 72c87d4 Compare September 11, 2024 09:05
@AntonKhorev
Copy link
Collaborator Author

After back-and-forth in #4587 a different module scheme was chosen, so this probably needs updating.

@AntonKhorev
Copy link
Collaborator Author

Superseded by #5391

@AntonKhorev AntonKhorev deleted the administrator-scope-users branch December 23, 2024 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactoring, or things that work but could be done better
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant